home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Utils□□□ Divers 2 / Remote Remote GH 1.1 / AudioCDgh -- READ ME < prev    next >
Text File  |  1995-12-30  |  4KB  |  63 lines

  1.                              AudioCDgh v. 1.1.1
  2.                                   by
  3.                         Glenn R. Howes
  4. ================================================
  5. 10/26/95
  6. Description:
  7.  AudioCDgh is an AppleScript extension which gives Scriptors the ability to play mounted audio CDs. The CD player must use a driver which uses the same interface as the the Apple CD ROM driver. This extension should be compatible with scripts written for the GTQ Programming Suite's ╥Audio Cd╙ extension.
  8.  
  9. Installation:
  10.  Place the AudioScript gh file into "Scripting Additions" folder of the ╥Extensions╙ folder of the "System Folder". Remove the GTQ ╥Audio CD╙ scripting extension if previously installed.
  11.  
  12. Useage:
  13.  Use the ╥Open Dictionary...╙ command of the Script Editor to examine the contents of the AudioCDgh file. Look at the example scripts with the Script Editor.
  14.  
  15.  Some CD setups require you to use the same value for both the left & right channels.
  16.  
  17.  Non-English speaking users might be interested in knowing that the name for the CD Remote Prefs file is in a STR# resource file inside the extension.
  18.  
  19. Changes:     
  20.  Since 1.1:
  21. Ñ Worked around problem with Audio Setup 5.1.1 with some drives (CD 600), which would cause playback to halt mid-track for no apparent reason.
  22. Ñ Should no longer be fooled by non-audio CD's mascarading as audio CD's.
  23. Ñ Removed checking for the audio cd gestalt selector; should make it work with more drives.
  24. Ñ Should now eject an empty CD tray when given an "eject cd" command.
  25. Ñ Should now return a meaningful error number instead of generic -1708 (errAENotHandled).
  26. Ñ Should work better with hybrid CDs, including returning the true magic number.
  27.     Since 1.0:
  28. Ñ    Added ╥magic number╙ command. This returns the same identification number used by the AppleCD Audio Player to differentiate between different audio disks.
  29. Ñ Made extension work with quite a few more drives.
  30. Ñ Added syntax ╥next track/last track╙ to the play command. This was done in order to support Remote Remote GH, my standalone player.
  31. Ñ Added ╥number of drives╙ command. This returns the number of drives attached to your computer which the extension can control.
  32. Ñ Fixed bug which could cause crashes if the ╥CD Remote Programs╙ file was damaged.
  33.  
  34. Bug Reports/Salutations/Feature Requests/Code Requests:
  35. Glenn R. Howes
  36. 726 W. Main #301
  37. Madison, WI 53715 
  38. Internet: 
  39. grhowes@kagi.com (a forwarding service which will get your mail to wherever I am.)
  40. ================================================
  41. Known Problems: 
  42. Some drivers do not allow you to set a stop point after beginning playback. There is no workaround for this, you will just have to allow playback to continue to the end of the disk. 
  43. ================================================
  44. Legal Stuff:
  45.   AudioCDgh is free for noncommercial distribution. If you want to include this as a part of a package for which money is charged, please arrange terms with me first.
  46.  
  47. Warning:It is the users responsibility to guard against any damage that using this software might cause. Any damage is not my responsibility.
  48. =================================================
  49. Thanks to: 
  50. The writers of Tech Note DV 22 (Chris Brown, Neil Day & Brian Bechtel) where I got all the Apple CD Driver calls.
  51.  
  52. Thanks to the many people who tested this out and made suggestions which were incorporated into this extension's design.
  53.  
  54. Thanks to the University of North Dakota-Grand Forks for giving me a solid college education at a low cost to me. 
  55. Go Sioux.[The motto of the UND Law School?]
  56. ================================================= 
  57. Look for:
  58.  My Control Strip Audio CD player: Audio Strip GH.
  59.  My home page: http://www.xraylith.wisc.edu/~howes/
  60. ================================================= 
  61. Misc.:
  62. Compiled using the DR/7 C compiler of Codewarrior Gold.
  63.